home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / clipper.exe / DEMODULE.PRG < prev    next >
Text File  |  1985-08-03  |  2KB  |  54 lines

  1. * DEMODULE.FMT
  2. CLEAR
  3. SET COLOR TO r/w
  4. @ 1,0 SAY  " Structure of Demonstration suite  "
  5. @ 2,0 say  " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  "
  6. @ 3,0 say  " of the CLIPPER dBASE III Compiler "
  7. Set color to r*/w
  8. @ 4,0 say  "  HIT ANY KEY FOR PREVIOUS MENU    "
  9. SET COLOR TO G+/
  10. @ 1,37 SAY  "╔════════╗"
  11. @ 2,37 SAY  "║  DEMO  ║________┌──────┐"
  12. @ 3,37 SAY  "╚════════╝        │ HELP │"
  13. @ 4,41 SAY  "|             └──────┘"
  14. @ 5,5 SAY   "_______________________________________________________"
  15. @ 5,60 SAY  "______________"
  16. @ 6,5 SAY   "|    |    |      |     |     |     |     |    |    |"
  17. @ 6,62 SAY  "|          |"
  18. @ 7,2 SAY   "┌──────┐|┌────────┐ | ┌───────┐ | ┌───────┐ | ┌─────┐ |"
  19. @ 7,58 SAY  "┌───────┐   ┌──────┐"
  20. @ 8,2 SAY   "│DESKIP│|│DEAPPEND│ | │DECRVAR│ | │RELATE2│ | │DEFIB│ |"
  21. @ 8,58 SAY  "│DEINDEX│   │DELOOP│"
  22. @ 9,2 SAY   "└──────┘|└────────┘ | └───────┘ | └───────┘ | └─────┘ |"
  23. @ 9,58 SAY  "└───────┘   └──────┘"
  24. @ 10,6 SAY  "╔══════╗    ┌──────┐                ┌─────┐   ╔════════"
  25. @ 10,61 SAY "╗"
  26. @ 11,6 SAY  "║DEFEAT║    │DEMOVE│                │DERUN│   ║CLIPMENU"
  27. @ 11,61 SAY "║"
  28. @ 12,6 SAY  "╚══════╝    └──────┘                └─────┘   ╚════════"
  29. @ 12,61 SAY "╝"
  30. @ 13,3 SAY  "_______|                                             |"
  31. @ 14,3 SAY  "|                                                    |"
  32. @ 15,3 SAY  "|                                  ____________________"
  33. @ 15,58 SAY "________________"
  34. @ 16,3 SAY  "|                                  |         |        |"
  35. @ 16,66 SAY "|      |"
  36. @ 17,3 SAY  "|                               ╔═══════╗    |  ┌──────"
  37. @ 17,58 SAY "───┐    |  ┌───────┐"
  38. @ 18,3 SAY  "|                               ║CLIPNDX║    |  │CLIPWA"
  39. @ 18,58 SAY "GE │    |  │CLIPAPP│"
  40. @ 19,3 SAY  "|                               ╚═══════╝    |  └──────"
  41. @ 19,58 SAY "───┘    |  └───────┘"
  42. @ 20,3 SAY  "|__________________________         |        |"
  43. @ 20,66 SAY "|"
  44. @ 21,3 SAY  "|        |        |       |    ┌────────┐ ┌────────┐"
  45. @ 21,62 SAY "┌────────┐"
  46. @ 22,0 SAY  "┌─────┐ ┌──────┐ ┌──────┐ ┌──────┐│CLIPVIEW│ │CLIPEDIT│"
  47. @ 22,62 SAY "│CLIPSRCH│"
  48. @ 23,0 SAY  "│INKEY│ │KEYHIT│ │DEMOVE│ │REPLIC│└────────┘ └────────┘"
  49. @ 23,62 SAY "└────────┘"
  50. @ 24,0 SAY  "└─────┘ └──────┘ └──────┘ └──────┘"
  51. @ 23,78
  52. wait ""
  53. set color to w/,
  54. return